Dictionary.Key Function

Returns a Variant. Returns the value of key for the Indexth sequential item in the Dictionary.

Syntax

result = Dictionary.Key( Index )

Parameters

Index

Integer

Return Value

Result

Variant

Notes

The first item is numbered zero. If there is no Indexth item in the Dictionary, a call generates an OutOfBoundsException error.